home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / Disasm.h < prev    next >
Encoding:
Text File  |  1997-05-23  |  733 b   |  27 lines  |  [TEXT/CWIE]

  1. enum {
  2. kMaxCharsInOneDisasmLineFixed = 0x001C0000,
  3. kMaxCharsInOneDisasmLine = 0x001C
  4. };
  5.  
  6. #pragma internal on
  7.  
  8. OSErr Init_Disasm(void);
  9.  
  10. short GetDisasmVScrollValue(void);
  11. void ScrollDisasmTo(short newPos);
  12. void DisasmHome(void);
  13. void DisasmEnd(void);
  14. void DisasmPgUp(void);
  15. void DisasmPgDn(void);
  16. void DrawDisasm(WindowPtr w);
  17. void SetupDisasmCtlMax(ControlHandle theControl);
  18. void InvalDisasm(void);
  19. #pragma internal reset
  20.  
  21. void Activate_Disasm(EventRecord *, WindowPtr w, Handle, short, Boolean becomingActive);
  22. void Grow_Disasm(WindowPtr w, EventRecord *event);
  23. void Update_Disasm(WindowPtr w, short);
  24. void Do_Disasm(WindowPtr w, EventRecord *event);
  25. void CloseDisasm(WindowPtr w);
  26. void getDragRectDisasm(WindowPtr w, RectPtr r);
  27.